home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
-
- set -e
-
- # Automatically added by dh_pycentral
- rm -f /var/lib/pycentral/gnome-codec-install.pkgremove
- if which pycentral >/dev/null 2>&1; then
- pycentral pkginstall gnome-codec-install
- if grep -qs '^gnome-codec-install$' /var/lib/pycentral/delayed-pkgs; then
- sed -i '/^gnome-codec-install$/d' /var/lib/pycentral/delayed-pkgs
- fi
- fi
- # End automatically added section
-
-
- update-alternatives --install /usr/bin/gstreamer-codec-install gstreamer-codec-install /usr/bin/gnome-codec-install 85
-
-